<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}


.jvectormap-region {
    stroke: #111;
    stroke-width: 0.5;
}
.jvectormap-label {
    background: #000000;
    border: solid 1px #333333;
/*    box-shadow: 3px 3px 3px #222222;*/
/*    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;*/
}


.jvectormap-legend-continer{position: relative;}

.jvectormap-legend{
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 120px;
    height: 50px;
    background:#000000;
    line-height: normal;
}
.jvectormap-legend-minmax{
    height: 15px;
}
.jvectormap-legend-minmax-high{
    float: left;
    font-size: 11px;
    color: #00FF00;    
}
.jvectormap-legend-minmax-low{
    float: right;
    font-size: 11px;
    color: #00FF00;    
}

.jvectormap-legend-items{
    height: 13px;
}
.jvectormap-legend-item{
    width: 28px;
    height: 11px;
    float: left;
    margin-right: 1px;  
    margin-left: 1px;  
    cursor: pointer;
}

.jvectormap-legend-death-rate{
    height: 15px;    
    font-size: 11px;
    color: #00FF00;
    padding: 3px 0 0 0;
}
.jvectormap-legend-clear-button{
    cursor: pointer;
}</pre></body></html>